[INFO] cloning repository https://github.com/altinokdarici/cp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/altinokdarici/cp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faltinokdarici%2Fcp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faltinokdarici%2Fcp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a06d7079c9a3109b2fb028e58f7337c9698f5de3
[INFO] testing altinokdarici/cp against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faltinokdarici%2Fcp" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/altinokdarici/cp
[INFO] finished tweaking git repo https://github.com/altinokdarici/cp
[INFO] tweaked toml for git repo https://github.com/altinokdarici/cp written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/altinokdarici/cp on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/altinokdarici/cp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded oxc_span v0.116.0
[INFO] [stderr]   Downloaded unicode-id-start v1.4.0
[INFO] [stderr]   Downloaded cow-utils v0.1.3
[INFO] [stderr]   Downloaded oxc_diagnostics v0.116.0
[INFO] [stderr]   Downloaded oxc_traverse v0.116.0
[INFO] [stderr]   Downloaded oxc_compat v0.116.0
[INFO] [stderr]   Downloaded oxc_str v0.116.0
[INFO] [stderr]   Downloaded oxc_ast_macros v0.116.0
[INFO] [stderr]   Downloaded json-escape-simd v3.0.1
[INFO] [stderr]   Downloaded parcel_sourcemap v2.1.1
[INFO] [stderr]   Downloaded vlq v0.5.1
[INFO] [stderr]   Downloaded oxc_syntax v0.116.0
[INFO] [stderr]   Downloaded oxc_estree v0.116.0
[INFO] [stderr]   Downloaded oxc-miette-derive v2.7.0
[INFO] [stderr]   Downloaded oxc_sourcemap v6.0.2
[INFO] [stderr]   Downloaded fast-glob v1.0.1
[INFO] [stderr]   Downloaded oxc_index v4.1.0
[INFO] [stderr]   Downloaded nodejs-built-in-modules v1.0.0
[INFO] [stderr]   Downloaded oxc_ecmascript v0.116.0
[INFO] [stderr]   Downloaded json-strip-comments v3.1.0
[INFO] [stderr]   Downloaded oxc_data_structures v0.116.0
[INFO] [stderr]   Downloaded serde-content v0.1.2
[INFO] [stderr]   Downloaded dragonbox_ecma v0.1.12
[INFO] [stderr]   Downloaded oxc_ast_visit v0.116.0
[INFO] [stderr]   Downloaded oxc_regular_expression v0.116.0
[INFO] [stderr]   Downloaded papaya v0.2.3
[INFO] [stderr]   Downloaded oxc_codegen v0.116.0
[INFO] [stderr]   Downloaded lightningcss-derive v1.0.0-alpha.43
[INFO] [stderr]   Downloaded cssparser-color v0.1.0
[INFO] [stderr]   Downloaded const-str-proc-macro v0.3.2
[INFO] [stderr]   Downloaded oxc_semantic v0.116.0
[INFO] [stderr]   Downloaded const-str v0.3.2
[INFO] [stderr]   Downloaded oxc-miette v2.7.0
[INFO] [stderr]   Downloaded parcel_selectors v0.28.2
[INFO] [stderr]   Downloaded cssparser v0.33.0
[INFO] [stderr]   Downloaded oxc_allocator v0.116.0
[INFO] [stderr]   Downloaded oxc_resolver v11.19.1
[INFO] [stderr]   Downloaded oxc_parser v0.116.0
[INFO] [stderr]   Downloaded oxc_ast v0.116.0
[INFO] [stderr]   Downloaded oxc_transformer v0.116.0
[INFO] [stderr]   Downloaded oxc-browserslist v3.0.0
[INFO] [stderr]   Downloaded lightningcss v1.0.0-alpha.70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45e8b27d429fba1a5b0040e41761e1651e3cc3a35e06a3057f53ea4a6064b9cd
[INFO] running `Command { std: "docker" "start" "-a" "45e8b27d429fba1a5b0040e41761e1651e3cc3a35e06a3057f53ea4a6064b9cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45e8b27d429fba1a5b0040e41761e1651e3cc3a35e06a3057f53ea4a6064b9cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45e8b27d429fba1a5b0040e41761e1651e3cc3a35e06a3057f53ea4a6064b9cd", kill_on_drop: false }`
[INFO] [stdout] 45e8b27d429fba1a5b0040e41761e1651e3cc3a35e06a3057f53ea4a6064b9cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 229aa401e35607ffb137fe280369f77e55d775e315568115c0c022d1467e164d
[INFO] running `Command { std: "docker" "start" "-a" "229aa401e35607ffb137fe280369f77e55d775e315568115c0c022d1467e164d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling oxc_estree v0.116.0
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling dragonbox_ecma v0.1.12
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling unicode-id-start v1.4.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling dtoa v1.0.11
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling outref v0.1.0
[INFO] [stderr]    Compiling rkyv v0.7.46
[INFO] [stderr]    Compiling parcel_selectors v0.28.2
[INFO] [stderr]    Compiling simd-abstraction v0.7.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling halfbrown v0.4.0
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling oxc_sourcemap v6.0.2
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling data-url v0.1.1
[INFO] [stderr]    Compiling fast-glob v1.0.1
[INFO] [stderr]    Compiling value-trait v0.12.1
[INFO] [stderr]    Compiling base64-simd v0.7.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling seize v0.5.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling json-strip-comments v3.1.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling vlq v0.5.1
[INFO] [stderr]    Compiling nodejs-built-in-modules v1.0.0
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling json-escape-simd v3.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling oxc-miette-derive v2.7.0
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling oxc_ast_macros v0.116.0
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling rkyv_derive v0.7.46
[INFO] [stderr]    Compiling const-str-proc-macro v0.3.2
[INFO] [stderr]    Compiling ptr_meta v0.1.4
[INFO] [stderr]    Compiling simd-json v0.17.0
[INFO] [stderr]    Compiling lightningcss-derive v1.0.0-alpha.43
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling const-str v0.3.2
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling oxc-miette v2.7.0
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling oxc_diagnostics v0.116.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling oxc_index v4.1.0
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling serde-content v0.1.2
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling cssparser v0.33.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling oxc-browserslist v3.0.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling cssparser-color v0.1.0
[INFO] [stderr]    Compiling oxc_data_structures v0.116.0
[INFO] [stderr]    Compiling oxc_allocator v0.116.0
[INFO] [stderr]    Compiling parcel_sourcemap v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling lightningcss v1.0.0-alpha.70
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling oxc_str v0.116.0
[INFO] [stderr]    Compiling oxc_span v0.116.0
[INFO] [stderr]    Compiling oxc_resolver v11.19.1
[INFO] [stderr]    Compiling oxc_syntax v0.116.0
[INFO] [stderr]    Compiling oxc_regular_expression v0.116.0
[INFO] [stderr]    Compiling oxc_ast v0.116.0
[INFO] [stderr]    Compiling oxc_compat v0.116.0
[INFO] [stderr]    Compiling oxc_ecmascript v0.116.0
[INFO] [stderr]    Compiling oxc_ast_visit v0.116.0
[INFO] [stderr]    Compiling oxc_parser v0.116.0
[INFO] [stderr]    Compiling oxc_semantic v0.116.0
[INFO] [stderr]    Compiling oxc_traverse v0.116.0
[INFO] [stderr]    Compiling oxc_codegen v0.116.0
[INFO] [stderr]    Compiling depgraph v0.1.0 (/opt/rustwide/workdir/crates/depgraph)
[INFO] [stderr]    Compiling oxc_transformer v0.116.0
[INFO] [stderr]    Compiling compiler v0.1.0 (/opt/rustwide/workdir/crates/compiler)
[INFO] [stderr]    Compiling builder v0.1.0 (/opt/rustwide/workdir/crates/builder)
[INFO] [stderr] error: could not compile `lightningcss` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f9988fefd3add01f414f52b414308e7872622fee/bin/rustc --crate-name lightningcss --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.70/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type rlib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bundler"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="nodejs"' --cfg 'feature="parcel_sourcemap"' --cfg 'feature="rayon"' --cfg 'feature="sourcemap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "browserslist", "browserslist-rs", "bundler", "clap", "cli", "dashmap", "default", "into_owned", "jemallocator", "jsonschema", "nodejs", "parcel_sourcemap", "rayon", "schemars", "serde", "serde_json", "sourcemap", "static-self", "substitute_variables", "visitor"))' -C metadata=7f3da23793869e40 -C extra-filename=-a5799749c1f60d62 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-40fec4121470657a.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-5009bb8c2d6ccbe4.rmeta --extern const_str=/opt/rustwide/target/debug/deps/libconst_str-e9cb24e3b5e5c4e9.rmeta --extern cssparser=/opt/rustwide/target/debug/deps/libcssparser-d94c58d3fb7a024a.rmeta --extern cssparser_color=/opt/rustwide/target/debug/deps/libcssparser_color-acbe3f0f7e8133a1.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-01d4e4d2b2ac6874.rmeta --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-b4708a4db8b9ff4f.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-9642854004682f0d.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-1e31b96e26c5c1d5.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-afffdbb119bd9ac1.rmeta --extern lightningcss_derive=/opt/rustwide/target/debug/deps/liblightningcss_derive-b045f0f56a320fd5.so --extern parcel_selectors=/opt/rustwide/target/debug/deps/libparcel_selectors-f0ae084e165d8a41.rmeta --extern parcel_sourcemap=/opt/rustwide/target/debug/deps/libparcel_sourcemap-6853d2128b5ca46f.rmeta --extern pastey=/opt/rustwide/target/debug/deps/libpastey-4096fca0041521f6.so --extern pathdiff=/opt/rustwide/target/debug/deps/libpathdiff-0548a7d6a7913c24.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-730e42f842911204.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4ec999752e432374.rmeta --extern serde_content=/opt/rustwide/target/debug/deps/libserde_content-cdb55a017b935a63.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-723a205a9072c7d6.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "229aa401e35607ffb137fe280369f77e55d775e315568115c0c022d1467e164d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "229aa401e35607ffb137fe280369f77e55d775e315568115c0c022d1467e164d", kill_on_drop: false }`
[INFO] [stdout] 229aa401e35607ffb137fe280369f77e55d775e315568115c0c022d1467e164d
